home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-08-19 | 2.7 KB | 94 lines |
- ; OEMSETUP.INF
- ;
- ;
-
- [Version]
- Signature="$Windows 95$"
- Class=Printer
- Provider="Destiny"
- LayoutFile=layout.inf
-
- [ClassInstall]
- AddReg=ClassAddReg
- DelReg=ClassDelReg
- CopyFiles=@WSINSTAL.DLL
-
- [ClassDelReg]
- HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
-
- [ClassAddReg]
- HKR,,,,%CLASSNAME%
- HKR,,Installer,,WSINSTAL.DLL
- HKR,,Icon,,-4
- HKR,,NoDisplayClass,,1
-
- [Environment]
- UpdateInis=Environment_Ini
- AddReg=Environment_Reg
-
- [Environment_Ini]
- win.ini,Ports,"LPT1.DOS=",
- win.ini,Ports,"LPT2.DOS=",
- win.ini,Ports,"LPT3.DOS=",
- win.ini,Ports,"LPT1.OS2=",
- win.ini,Ports,"LPT2.OS2=",
- win.ini,Ports,"LPT3.OS2=",
- win.ini,Ports,"KXPGDI=",
- win.ini,Ports,"KXPPCL=",
- win.ini,windows,"Spooler=",
- win.ini,windows,"DosPrint=",
- win.ini,windows,"DeviceNotSelectedTimeout=",
- win.ini,windows,"TransmissionRetryTimeout=",
-
- [Environment_Reg]
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
- HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
-
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
- ;
- [Manufacturer]
- "Panasonic"
- ;
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
- ;
- ; Each model lists a variation of its own name as a compatible ID. This
- ; is done primarily as an optimization during upgrade.
- ;
- [Panasonic]
- ; do not modiy this line, otherwise it will prompt for the printer model
- ; while in PnP installation, Edward Ho
- "Panasonic KX-P6300" = KME6X00.DRV, LPTENUM\PANASONICKX-P63003E4D,PANASONICKX-P63003E4D
- "Panasonic KX-P6500" = KME6X00.DRV, LPTENUM\PANASONICKX-P65000C98,PANASONICKX-P65000C98
- "Panasonic KX-P6100" = KME6X00.DRV, LPTENUM\PANASONICKX-P6100FEEC,PANASONICKX-P6100FEEC
-
- [KME6X00.DRV]
- CopyFiles=@WSINSTAL.DLL, KME6X00_FILES
- DriverFile=sumodumy.dll
- VendorInstaller=WSINSTAL.DLL, Ws95Setup
- VendorSetup=WSINSTAL.DLL, Ws95Dll
- DataSection=WS_DATA
-
- [KME6X00_FILES]
- sumodumy.dll
- [WS_DATA]
- DefaultDataType=EMF
-
- [Strings]
- ;MS="Microsoft"
- CLASSNAME="Printer"
- ;GENERIC="Generic / Text Only"
- ;PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
- ;PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
-
- [SetupFileName]
- Installer=SETUP.EXE
-
-